home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / 0Utils13.lha / 0Utils / Exists.doc < prev    next >
Text File  |  1995-03-20  |  718b  |  48 lines

  1.  
  2.  
  3.     NAME
  4.     Exists
  5.  
  6.     SYNOPSIS
  7.     Exists -determine, if a file exists - Requires v37
  8.  
  9.     INPUTS
  10.     FILE/A,NAME/S
  11.  
  12.     FUNCTION
  13.     Exists gets a filename and outputs if it exists.
  14.  
  15.     The resulting string is sent to STDOUT.
  16.  
  17.     RESULT
  18.     if NAME is set the filename if the file exists,
  19.     or empty string if not else 1/0
  20.  
  21.     NOTES
  22.     CLI - only
  23.  
  24.     should compile with SAS-C
  25.  
  26.     BUGS
  27.     We use 'Lock' to check the file, so an exclusively
  28.     locked file is not recognized.
  29.  
  30.     We currently do not set ERROR_FILE_NOT_FOUND if
  31.     Exists does not find a file
  32.  
  33.     EXAMPLES
  34.     >Exists Sys:
  35.     1
  36.  
  37.     >Exists c:copy NAME
  38.     c:copy
  39.  
  40.     >Exists jabba:the:hutt
  41.     0
  42.  
  43.     AUTHOR
  44.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  45.     noll@student.uni-kl.de
  46.  
  47.  
  48.